ServiceMarkAllItemsAsRead Method (StandardFolder, Boolean) |
Marks all items as read.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Response MarkAllItemsAsRead(
StandardFolder standardFolder,
bool isRead
)
Public Function MarkAllItemsAsRead (
standardFolder As StandardFolder,
isRead As Boolean
) As Response
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The standard folder. - isRead
- Type: SystemBoolean
if set to true [is read].
Return Value
Type:
ResponseResponse.
See Also